home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Template / Default.hta < prev    next >
Text File  |  2006-06-01  |  963b  |  39 lines

  1. <html>
  2. <head>
  3. <!--
  4. *******************************************************************************
  5. *  INFO                                                                       *
  6. *                                                                             *
  7. *******************************************************************************
  8. -->
  9.   <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  10.   <title> Put Your Title Here </title>
  11.   <HTA:application 
  12.   applicationName="appName" 
  13.   border="none" 
  14.   version="o.1"
  15.   maximizebutton="no"
  16.   showintaskbar="no"
  17.   singleinstance="yes"
  18.   scroll="no" 
  19.   />
  20.   <style type="text/css">
  21.   /* <![CDATA[ */
  22.   BODY {
  23.     background-color: rgb(0,0,0);
  24.     color: white;
  25.     border: thin white solid;
  26.     margin: 10px 10px 10px 10px;
  27.     font: 12px Verdana;  
  28.   }
  29.   /* ]]> */
  30.   </style>
  31.   <script language="vbscript">
  32.  
  33.   </script>
  34. </head>
  35. <body >
  36.  
  37. </body>
  38. </HTmL>
  39.